﻿2026-06-21T09:33:41.6200580Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-21T09:33:41.6200994Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-21T09:33:41.6201234Z [36;1m$PIN = "0c95435"[0m
2026-06-21T09:33:41.6201525Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-21T09:33:41.6201829Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-21T09:33:41.6202198Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-21T09:33:41.6202607Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-21T09:33:41.6203483Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-21T09:33:41.6204891Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-21T09:33:41.6205211Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-21T09:33:41.6205559Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-21T09:33:41.6205962Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-21T09:33:41.6206263Z [36;1m}[0m
2026-06-21T09:33:41.6206470Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-21T09:33:41.6206721Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T09:33:41.6282124Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T09:33:41.6282401Z ##[endgroup]
2026-06-21T09:33:42.7135474Z    Compiling proc-macro2 v1.0.106
2026-06-21T09:33:42.7135825Z    Compiling unicode-ident v1.0.24
2026-06-21T09:33:42.7136048Z    Compiling quote v1.0.45
2026-06-21T09:33:42.7136445Z    Compiling cfg-if v1.0.4
2026-06-21T09:33:42.7136935Z    Compiling serde_core v1.0.228
2026-06-21T09:33:42.7137240Z    Compiling serde v1.0.228
2026-06-21T09:33:42.7137603Z    Compiling windows-link v0.2.1
2026-06-21T09:33:42.7137895Z    Compiling getrandom v0.3.4
2026-06-21T09:33:42.7138178Z    Compiling portable-atomic v1.13.1
2026-06-21T09:33:42.7138521Z    Compiling typenum v1.20.1
2026-06-21T09:33:42.7139532Z    Compiling pin-project-lite v0.2.17
2026-06-21T09:33:42.7140046Z    Compiling version_check v0.9.5
2026-06-21T09:33:42.7140585Z    Compiling find-msvc-tools v0.1.9
2026-06-21T09:33:42.7141351Z    Compiling critical-section v1.2.0
2026-06-21T09:33:42.7143369Z    Compiling shlex v2.0.1
2026-06-21T09:33:42.7144746Z    Compiling memchr v2.8.1
2026-06-21T09:33:42.8050900Z    Compiling windows-sys v0.61.2
2026-06-21T09:33:42.8090436Z    Compiling subtle v2.6.1
2026-06-21T09:33:42.8264010Z    Compiling equivalent v1.0.2
2026-06-21T09:33:42.8671275Z    Compiling futures-core v0.3.32
2026-06-21T09:33:42.8901060Z    Compiling smallvec v1.15.1
2026-06-21T09:33:42.9257364Z    Compiling bytes v1.11.1
2026-06-21T09:33:42.9822473Z    Compiling itoa v1.0.18
2026-06-21T09:33:43.0232107Z    Compiling semver v1.0.28
2026-06-21T09:33:43.0462643Z    Compiling stable_deref_trait v1.2.1
2026-06-21T09:33:43.1209127Z    Compiling log v0.4.32
2026-06-21T09:33:43.1525871Z    Compiling futures-io v0.3.32
2026-06-21T09:33:43.1757968Z    Compiling slab v0.4.12
2026-06-21T09:33:43.1758678Z    Compiling generic-array v0.14.7
2026-06-21T09:33:43.3431749Z    Compiling rustc_version v0.4.1
2026-06-21T09:33:43.3586011Z    Compiling futures-sink v0.3.32
2026-06-21T09:33:43.3605416Z    Compiling hashbrown v0.17.1
2026-06-21T09:33:43.3648240Z    Compiling rustversion v1.0.22
2026-06-21T09:33:43.3979948Z    Compiling futures-task v0.3.32
2026-06-21T09:33:43.4042813Z    Compiling getrandom v0.2.17
2026-06-21T09:33:43.6184288Z    Compiling futures-channel v0.3.32
2026-06-21T09:33:43.7328108Z    Compiling cpufeatures v0.2.17
2026-06-21T09:33:43.8028888Z    Compiling fnv v1.0.7
2026-06-21T09:33:43.8270512Z    Compiling libc v0.2.186
2026-06-21T09:33:43.8338486Z    Compiling strsim v0.11.1
2026-06-21T09:33:43.8565447Z    Compiling cfg_aliases v0.2.1
2026-06-21T09:33:43.8788771Z    Compiling rand_core v0.10.1
2026-06-21T09:33:43.9204507Z    Compiling litemap v0.8.2
2026-06-21T09:33:44.0239322Z    Compiling indexmap v2.14.0
2026-06-21T09:33:44.2819253Z    Compiling autocfg v1.5.1
2026-06-21T09:33:44.3366274Z    Compiling jobserver v0.1.34
2026-06-21T09:33:44.4229709Z    Compiling writeable v0.6.3
2026-06-21T09:33:44.4265047Z    Compiling dunce v1.0.5
2026-06-21T09:33:44.4422172Z    Compiling utf8_iter v1.0.4
2026-06-21T09:33:44.5032621Z    Compiling ident_case v1.0.1
2026-06-21T09:33:44.5525101Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T09:33:44.5565458Z    Compiling fs_extra v1.3.0
2026-06-21T09:33:44.6176223Z    Compiling cc v1.2.63
2026-06-21T09:33:44.6618801Z    Compiling icu_properties_data v2.2.0
2026-06-21T09:33:44.6672758Z    Compiling getrandom v0.4.2
2026-06-21T09:33:44.8515058Z    Compiling percent-encoding v2.3.2
2026-06-21T09:33:44.8992337Z    Compiling http v1.4.1
2026-06-21T09:33:44.9547738Z    Compiling syn v2.0.117
2026-06-21T09:33:45.0468303Z    Compiling aws-lc-rs v1.17.0
2026-06-21T09:33:45.0631618Z    Compiling crypto-common v0.1.7
2026-06-21T09:33:45.1235311Z    Compiling unicode-segmentation v1.13.3
2026-06-21T09:33:45.1399644Z    Compiling thiserror v2.0.18
2026-06-21T09:33:45.1540628Z    Compiling cpufeatures v0.3.0
2026-06-21T09:33:45.1962863Z    Compiling scopeguard v1.2.0
2026-06-21T09:33:45.1966842Z    Compiling block-buffer v0.10.4
2026-06-21T09:33:45.2346257Z    Compiling chacha20 v0.10.0
2026-06-21T09:33:45.2789863Z    Compiling lock_api v0.4.14
2026-06-21T09:33:45.3444855Z    Compiling form_urlencoded v1.2.2
2026-06-21T09:33:45.3525129Z    Compiling bitflags v2.12.1
2026-06-21T09:33:45.3709277Z    Compiling untrusted v0.9.0
2026-06-21T09:33:45.4262622Z    Compiling winapi v0.3.9
2026-06-21T09:33:45.4263176Z    Compiling rand v0.10.1
2026-06-21T09:33:45.5036369Z    Compiling digest v0.10.7
2026-06-21T09:33:45.5371959Z    Compiling num-traits v0.2.19
2026-06-21T09:33:45.5441729Z    Compiling windows-strings v0.5.1
2026-06-21T09:33:45.5447513Z    Compiling windows-result v0.4.1
2026-06-21T09:33:45.5885456Z    Compiling cmake v0.1.58
2026-06-21T09:33:45.7041265Z    Compiling heck v0.5.0
2026-06-21T09:33:45.8295290Z    Compiling rustls v0.23.40
2026-06-21T09:33:46.1414014Z    Compiling convert_case v0.10.0
2026-06-21T09:33:46.1744572Z    Compiling const-oid v0.10.2
2026-06-21T09:33:46.2395747Z    Compiling atomic-waker v1.1.2
2026-06-21T09:33:46.2777107Z    Compiling unicode-xid v0.2.6
2026-06-21T09:33:46.2958935Z    Compiling anyhow v1.0.102
2026-06-21T09:33:46.3559059Z    Compiling httparse v1.10.1
2026-06-21T09:33:46.3913973Z    Compiling zerocopy v0.8.50
2026-06-21T09:33:46.4226644Z    Compiling aws-lc-sys v0.41.0
2026-06-21T09:33:46.6005500Z    Compiling ring v0.17.14
2026-06-21T09:33:46.6440026Z    Compiling parking_lot_core v0.9.12
2026-06-21T09:33:46.6479093Z    Compiling http-body v1.0.1
2026-06-21T09:33:46.6594356Z    Compiling curve25519-dalek v4.1.3
2026-06-21T09:33:46.7417440Z    Compiling hybrid-array v0.4.12
2026-06-21T09:33:46.7770226Z    Compiling ahash v0.8.12
2026-06-21T09:33:46.8687332Z    Compiling base64ct v1.8.3
2026-06-21T09:33:46.8750861Z    Compiling powerfmt v0.2.0
2026-06-21T09:33:46.9246545Z    Compiling fastrand v2.4.1
2026-06-21T09:33:47.1112470Z    Compiling either v1.16.0
2026-06-21T09:33:47.2005951Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T09:33:47.2753521Z    Compiling deranged v0.5.8
2026-06-21T09:33:47.3383784Z    Compiling rand_core v0.6.4
2026-06-21T09:33:47.4321719Z    Compiling base64 v0.22.1
2026-06-21T09:33:47.4695277Z    Compiling vcpkg v0.2.15
2026-06-21T09:33:47.5040340Z    Compiling try-lock v0.2.5
2026-06-21T09:33:47.6774668Z    Compiling tower-service v0.3.3
2026-06-21T09:33:47.7442737Z    Compiling num-conv v0.2.2
2026-06-21T09:33:47.7566834Z    Compiling zmij v1.0.21
2026-06-21T09:33:47.7786322Z    Compiling pkg-config v0.3.33
2026-06-21T09:33:47.8212976Z    Compiling tinyvec_macros v0.1.1
2026-06-21T09:33:47.8659919Z    Compiling time-core v0.1.8
2026-06-21T09:33:47.9217275Z    Compiling data-encoding v2.11.0
2026-06-21T09:33:47.9525198Z    Compiling tinyvec v1.11.0
2026-06-21T09:33:47.9525900Z    Compiling want v0.3.1
2026-06-21T09:33:47.9722836Z    Compiling parking_lot v0.12.5
2026-06-21T09:33:48.1120371Z    Compiling block-buffer v0.12.0
2026-06-21T09:33:48.1166742Z    Compiling crypto-common v0.2.2
2026-06-21T09:33:48.1570659Z    Compiling sha2 v0.10.9
2026-06-21T09:33:48.2856957Z    Compiling vergen-lib v9.1.0
2026-06-21T09:33:48.3995637Z    Compiling inout v0.1.4
2026-06-21T09:33:48.4174185Z    Compiling n0-future v0.3.2
2026-06-21T09:33:48.5844457Z    Compiling synstructure v0.13.2
2026-06-21T09:33:48.5945735Z    Compiling darling_core v0.20.11
2026-06-21T09:33:48.6261140Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T09:33:48.6700229Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-21T09:33:48.6925207Z    Compiling winnow v1.0.3
2026-06-21T09:33:48.8377518Z    Compiling diatomic-waker v0.2.3
2026-06-21T09:33:48.8623787Z    Compiling crossbeam-utils v0.8.21
2026-06-21T09:33:48.9371047Z    Compiling spin v0.10.0
2026-06-21T09:33:49.0319063Z    Compiling httpdate v1.0.3
2026-06-21T09:33:49.0343726Z    Compiling serde_json v1.0.150
2026-06-21T09:33:49.1078316Z    Compiling parking v2.2.1
2026-06-21T09:33:49.1669619Z    Compiling signature v2.2.0
2026-06-21T09:33:49.1737571Z    Compiling cordyceps v0.3.4
2026-06-21T09:33:49.3648642Z    Compiling ed25519 v2.2.3
2026-06-21T09:33:49.3692292Z    Compiling futures-lite v2.6.1
2026-06-21T09:33:49.4139029Z    Compiling digest v0.11.3
2026-06-21T09:33:49.5499287Z    Compiling futures-buffered v0.2.13
2026-06-21T09:33:49.5823958Z    Compiling cipher v0.4.4
2026-06-21T09:33:49.6404231Z    Compiling vergen v9.1.0
2026-06-21T09:33:49.6735597Z    Compiling vergen-lib v0.1.6
2026-06-21T09:33:49.7670935Z    Compiling universal-hash v0.5.1
2026-06-21T09:33:49.9048103Z    Compiling noq-udp v0.10.0
2026-06-21T09:33:49.9250367Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T09:33:49.9344812Z    Compiling heapless v0.7.17
2026-06-21T09:33:49.9778288Z    Compiling sync_wrapper v1.0.2
2026-06-21T09:33:49.9801241Z    Compiling allocator-api2 v0.2.21
2026-06-21T09:33:50.0792139Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T09:33:50.0880494Z    Compiling byteorder v1.5.0
2026-06-21T09:33:50.1696869Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T09:33:50.3145038Z    Compiling opaque-debug v0.3.1
2026-06-21T09:33:50.3657128Z    Compiling hash32 v0.2.1
2026-06-21T09:33:50.4448984Z    Compiling polyval v0.6.2
2026-06-21T09:33:50.5291965Z    Compiling socket2 v0.6.4
2026-06-21T09:33:50.5749932Z    Compiling mio v1.2.1
2026-06-21T09:33:50.5778926Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T09:33:50.6514162Z    Compiling spin v0.9.8
2026-06-21T09:33:50.7090551Z    Compiling vergen-gitcl v1.0.8
2026-06-21T09:33:50.7863131Z    Compiling windows-threading v0.2.1
2026-06-21T09:33:50.9010294Z    Compiling ryu v1.0.23
2026-06-21T09:33:51.0034530Z    Compiling fallible-iterator v0.3.0
2026-06-21T09:33:51.0631448Z    Compiling tower-layer v0.3.3
2026-06-21T09:33:51.1578673Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T09:33:51.3039003Z    Compiling signature v3.0.0
2026-06-21T09:33:51.3262860Z    Compiling proc-macro-crate v3.5.0
2026-06-21T09:33:51.3644515Z    Compiling windows-targets v0.52.6
2026-06-21T09:33:51.3719220Z    Compiling serde_derive v1.0.228
2026-06-21T09:33:51.3882998Z    Compiling zeroize_derive v1.4.3
2026-06-21T09:33:51.4061557Z    Compiling zerofrom-derive v0.1.7
2026-06-21T09:33:51.4656974Z    Compiling yoke-derive v0.8.2
2026-06-21T09:33:51.4742498Z    Compiling tokio-macros v2.7.0
2026-06-21T09:33:51.5164864Z    Compiling futures-macro v0.3.32
2026-06-21T09:33:51.9283277Z    Compiling zerovec-derive v0.11.3
2026-06-21T09:33:51.9709308Z    Compiling displaydoc v0.2.6
2026-06-21T09:33:52.0228490Z    Compiling tracing-attributes v0.1.31
2026-06-21T09:33:52.0916280Z    Compiling thiserror-impl v2.0.18
2026-06-21T09:33:52.1006338Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T09:33:52.2614250Z    Compiling zeroize v1.8.2
2026-06-21T09:33:52.3242928Z    Compiling darling_macro v0.20.11
2026-06-21T09:33:52.4630398Z    Compiling tokio v1.52.3
2026-06-21T09:33:52.5895904Z    Compiling futures-util v0.3.32
2026-06-21T09:33:52.6236244Z    Compiling rustls-pki-types v1.14.1
2026-06-21T09:33:52.7505032Z    Compiling derive_more-impl v2.1.1
2026-06-21T09:33:52.7607414Z    Compiling windows-implement v0.60.2
2026-06-21T09:33:52.8739560Z    Compiling windows-interface v0.59.3
2026-06-21T09:33:52.9564061Z    Compiling darling v0.20.11
2026-06-21T09:33:53.0199878Z    Compiling n0-error-macros v0.1.3
2026-06-21T09:33:53.0423618Z    Compiling spez v0.1.2
2026-06-21T09:33:53.2518170Z    Compiling zerofrom v0.1.8
2026-06-21T09:33:53.2798828Z    Compiling derive_builder_core v0.20.2
2026-06-21T09:33:53.4846540Z    Compiling der v0.8.0-rc.10
2026-06-21T09:33:53.6016137Z    Compiling yoke v0.8.3
2026-06-21T09:33:53.6105076Z    Compiling pin-project-internal v1.1.13
2026-06-21T09:33:53.8525039Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T09:33:53.9146680Z    Compiling windows-core v0.62.2
2026-06-21T09:33:54.0495540Z    Compiling zerovec v0.11.6
2026-06-21T09:33:54.0949478Z    Compiling zerotrie v0.2.4
2026-06-21T09:33:54.3055061Z    Compiling cobs v0.3.0
2026-06-21T09:33:54.3672683Z    Compiling n0-error v0.1.3
2026-06-21T09:33:54.5739290Z    Compiling ed25519-dalek v2.2.0
2026-06-21T09:33:54.5749033Z    Compiling postcard-derive v0.2.2
2026-06-21T09:33:54.6128679Z    Compiling windows-numerics v0.3.1
2026-06-21T09:33:54.6145174Z    Compiling derive_builder_macro v0.20.2
2026-06-21T09:33:54.8639532Z    Compiling tinystr v0.8.3
2026-06-21T09:33:54.9022687Z    Compiling potential_utf v0.1.5
2026-06-21T09:33:54.9415426Z    Compiling spki v0.8.0-rc.4
2026-06-21T09:33:55.0289562Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-21T09:33:55.1270006Z    Compiling icu_locale_core v2.2.0
2026-06-21T09:33:55.1804493Z    Compiling icu_collections v2.2.0
2026-06-21T09:33:55.1805025Z    Compiling derive_builder v0.20.2
2026-06-21T09:33:55.1888396Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T09:33:55.1894480Z    Compiling pin-project v1.1.13
2026-06-21T09:33:55.2797675Z    Compiling windows-collections v0.3.2
2026-06-21T09:33:55.2985924Z    Compiling windows-future v0.3.2
2026-06-21T09:33:55.4756672Z    Compiling ghash v0.5.1
2026-06-21T09:33:55.5301369Z    Compiling ctr v0.9.2
2026-06-21T09:33:55.6699555Z    Compiling futures-executor v0.3.32
2026-06-21T09:33:55.7856570Z    Compiling aes v0.8.4
2026-06-21T09:33:55.9060581Z    Compiling futures v0.3.32
2026-06-21T09:33:55.9359330Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T09:33:55.9504376Z    Compiling fs2 v0.4.3
2026-06-21T09:33:55.9554802Z    Compiling time v0.3.47
2026-06-21T09:33:55.9618259Z    Compiling http-body-util v0.1.3
2026-06-21T09:33:56.0373936Z    Compiling aead v0.5.2
2026-06-21T09:33:56.1228625Z    Compiling widestring v1.2.1
2026-06-21T09:33:56.1321476Z    Compiling ipconfig v0.3.4
2026-06-21T09:33:56.1478330Z    Compiling windows v0.62.2
2026-06-21T09:33:56.2985183Z    Compiling icu_provider v2.2.0
2026-06-21T09:33:56.3475208Z    Compiling ipnet v2.12.0
2026-06-21T09:33:56.4692130Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T09:33:56.6390384Z    Compiling icu_properties v2.2.0
2026-06-21T09:33:56.8024555Z    Compiling once_cell v1.21.4
2026-06-21T09:33:56.9048820Z    Compiling icu_normalizer v2.2.0
2026-06-21T09:33:57.0575209Z    Compiling tracing-core v0.1.36
2026-06-21T09:33:57.0661751Z    Compiling prefix-trie v0.8.4
2026-06-21T09:33:57.0687658Z    Compiling postcard v1.1.3
2026-06-21T09:33:57.4557005Z    Compiling tokio-util v0.7.18
2026-06-21T09:33:57.4957892Z    Compiling tracing v0.1.44
2026-06-21T09:33:57.5304622Z    Compiling hashbrown v0.14.5
2026-06-21T09:33:57.5961272Z    Compiling tower v0.5.3
2026-06-21T09:33:57.7870838Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T09:33:57.8796126Z    Compiling idna_adapter v1.2.2
2026-06-21T09:33:57.9636982Z    Compiling derive_more v2.1.1
2026-06-21T09:33:58.0581698Z    Compiling idna v1.1.0
2026-06-21T09:33:58.2472797Z    Compiling h2 v0.4.14
2026-06-21T09:33:58.2615916Z    Compiling hashlink v0.9.1
2026-06-21T09:33:58.2833944Z    Compiling aes-gcm v0.10.3
2026-06-21T09:33:58.2856835Z    Compiling chrono v0.4.45
2026-06-21T09:33:58.3664467Z    Compiling data-encoding-macro v0.1.20
2026-06-21T09:33:58.4091458Z    Compiling url v2.5.8
2026-06-21T09:33:58.5007641Z    Compiling num_enum_derive v0.7.6
2026-06-21T09:33:58.5139321Z    Compiling windows-sys v0.59.0
2026-06-21T09:33:58.5220879Z    Compiling strum_macros v0.28.0
2026-06-21T09:33:58.5632178Z    Compiling async-trait v0.1.89
2026-06-21T09:33:58.6147444Z    Compiling rusqlite v0.32.1
2026-06-21T09:33:58.6698147Z    Compiling enum-assoc v1.3.0
2026-06-21T09:33:58.6739987Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T09:33:59.0514931Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T09:33:59.3285894Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T09:33:59.3335611Z    Compiling crossbeam-channel v0.5.15
2026-06-21T09:33:59.4814866Z    Compiling blake3 v1.8.5
2026-06-21T09:33:59.6193847Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-21T09:33:59.8327478Z    Compiling windows-registry v0.6.1
2026-06-21T09:33:59.9165453Z    Compiling uuid v1.23.2
2026-06-21T09:33:59.9167401Z    Compiling memoffset v0.6.5
2026-06-21T09:34:00.0271828Z    Compiling netwatch v0.16.0
2026-06-21T09:34:00.0371326Z    Compiling noq v0.18.0
2026-06-21T09:34:00.0568917Z    Compiling acto v0.8.2
2026-06-21T09:34:00.1336528Z    Compiling rustc-hash v2.1.2
2026-06-21T09:34:00.3041829Z    Compiling foldhash v0.2.0
2026-06-21T09:34:00.3281665Z    Compiling thiserror v1.0.69
2026-06-21T09:34:00.3659355Z    Compiling tagptr v0.2.0
2026-06-21T09:34:00.5341751Z    Compiling xml-rs v0.8.28
2026-06-21T09:34:00.5429535Z    Compiling lru-slab v0.1.2
2026-06-21T09:34:00.5674480Z    Compiling ref-cast v1.0.25
2026-06-21T09:34:00.6122464Z    Compiling mac-addr v0.3.0
2026-06-21T09:34:00.6500528Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T09:34:00.6562828Z    Compiling identity-hash v0.1.0
2026-06-21T09:34:00.8090637Z    Compiling netdev v0.42.0
2026-06-21T09:34:00.8336631Z    Compiling moka v0.12.15
2026-06-21T09:34:00.8629294Z    Compiling hashbrown v0.16.1
2026-06-21T09:34:01.0633213Z    Compiling num_enum v0.7.6
2026-06-21T09:34:01.1359578Z    Compiling iroh-metrics v0.38.3
2026-06-21T09:34:01.3835848Z    Compiling xmltree v0.10.3
2026-06-21T09:34:01.4232760Z    Compiling strum v0.28.0
2026-06-21T09:34:01.4844461Z    Compiling iroh-relay v0.98.0
2026-06-21T09:34:01.5422453Z    Compiling iroh-base v0.98.0
2026-06-21T09:34:01.6758694Z    Compiling tower-http v0.6.11
2026-06-21T09:34:01.6765707Z    Compiling attohttpc v0.30.1
2026-06-21T09:34:01.6894258Z    Compiling n0-watcher v0.6.1
2026-06-21T09:34:01.7744720Z    Compiling tokio-stream v0.1.18
2026-06-21T09:34:01.9284289Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-21T09:34:01.9766268Z    Compiling serde_spanned v0.6.9
2026-06-21T09:34:02.0555043Z    Compiling toml_datetime v0.6.11
2026-06-21T09:34:02.1603334Z    Compiling thiserror-impl v1.0.69
2026-06-21T09:34:02.2035897Z    Compiling ref-cast-impl v1.0.25
2026-06-21T09:34:02.3360178Z    Compiling serde_derive_internals v0.29.1
2026-06-21T09:34:02.3764789Z    Compiling simple-dns v0.9.3
2026-06-21T09:34:02.4595168Z    Compiling serial-core v0.4.0
2026-06-21T09:34:02.5290306Z    Compiling hyper v1.10.1
2026-06-21T09:34:02.5440694Z    Compiling aho-corasick v1.1.4
2026-06-21T09:34:02.6472838Z    Compiling simdutf8 v0.1.5
2026-06-21T09:34:02.7312340Z    Compiling regex-syntax v0.8.10
2026-06-21T09:34:02.9325399Z    Compiling winreg v0.10.1
2026-06-21T09:34:02.9819582Z    Compiling smol_str v0.1.24
2026-06-21T09:34:02.9848954Z    Compiling arrayref v0.3.9
2026-06-21T09:34:03.1224443Z    Compiling toml_write v0.1.2
2026-06-21T09:34:03.2535739Z    Compiling arrayvec v0.7.6
2026-06-21T09:34:03.2588281Z    Compiling winnow v0.7.15
2026-06-21T09:34:03.3230251Z    Compiling sha1_smol v1.0.1
2026-06-21T09:34:03.4226666Z    Compiling resolv-conf v0.7.6
2026-06-21T09:34:03.6017162Z    Compiling constant_time_eq v0.4.2
2026-06-21T09:34:03.6891373Z    Compiling iroh-dns v0.98.0
2026-06-21T09:34:03.7273402Z    Compiling schemars_derive v1.2.1
2026-06-21T09:34:03.9525699Z    Compiling hyper-util v0.1.20
2026-06-21T09:34:04.3960932Z    Compiling serial-windows v0.4.0
2026-06-21T09:34:04.5895521Z    Compiling lru v0.16.4
2026-06-21T09:34:04.7592388Z    Compiling webpki-roots v1.0.7
2026-06-21T09:34:04.8332208Z    Compiling regex-automata v0.4.14
2026-06-21T09:34:04.8423350Z    Compiling seize v0.5.1
2026-06-21T09:34:04.9212747Z    Compiling darling_core v0.23.0
2026-06-21T09:34:04.9213278Z    Compiling hmac v0.12.1
2026-06-21T09:34:04.9838389Z    Compiling serde_bytes v0.11.19
2026-06-21T09:34:05.1046069Z    Compiling iroh v0.98.2
2026-06-21T09:34:05.1698554Z    Compiling toml_edit v0.22.27
2026-06-21T09:34:05.2881867Z    Compiling anstyle v1.0.14
2026-06-21T09:34:05.4171319Z    Compiling utf8parse v0.2.2
2026-06-21T09:34:05.4397210Z    Compiling dyn-clone v1.0.20
2026-06-21T09:34:05.4398005Z    Compiling once_cell_polyfill v1.70.2
2026-06-21T09:34:05.5246944Z    Compiling igd-next v0.17.1
2026-06-21T09:34:05.5605345Z    Compiling lazy_static v1.5.0
2026-06-21T09:34:05.5885030Z    Compiling cmov v0.5.4
2026-06-21T09:34:05.6121549Z    Compiling pin-utils v0.1.0
2026-06-21T09:34:05.6243220Z    Compiling bitflags v1.3.2
2026-06-21T09:34:05.7395554Z    Compiling nix v0.25.1
2026-06-21T09:34:05.7396305Z    Compiling shared_library v0.1.9
2026-06-21T09:34:05.7396744Z    Compiling anstyle-wincon v3.0.11
2026-06-21T09:34:05.7483729Z    Compiling anstyle-parse v1.0.0
2026-06-21T09:34:05.8819477Z    Compiling ctutils v0.4.2
2026-06-21T09:34:05.9205488Z    Compiling schemars v1.2.1
2026-06-21T09:34:05.9257449Z    Compiling hkdf v0.12.4
2026-06-21T09:34:06.0112963Z    Compiling papaya v0.2.4
2026-06-21T09:34:06.1035926Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T09:34:06.1066991Z    Compiling serial v0.4.0
2026-06-21T09:34:06.1492181Z    Compiling filedescriptor v0.8.3
2026-06-21T09:34:06.2628525Z    Compiling backon v1.6.0
2026-06-21T09:34:06.2742787Z    Compiling anstyle-query v1.1.5
2026-06-21T09:34:06.5128705Z    Compiling foldhash v0.1.5
2026-06-21T09:34:06.5898786Z    Compiling instability v0.3.12
2026-06-21T09:34:06.6229294Z    Compiling colorchoice v1.0.5
2026-06-21T09:34:06.6923122Z    Compiling wmi v0.18.4
2026-06-21T09:34:06.7224049Z    Compiling paste v1.0.15
2026-06-21T09:34:06.8197186Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T09:34:06.8268851Z    Compiling downcast-rs v1.2.1
2026-06-21T09:34:06.9170803Z    Compiling shell-words v1.1.1
2026-06-21T09:34:07.0009810Z    Compiling anstream v1.0.0
2026-06-21T09:34:07.0159562Z    Compiling hashbrown v0.15.5
2026-06-21T09:34:07.0472398Z    Compiling portable-pty v0.8.1
2026-06-21T09:34:07.1466252Z    Compiling regex v1.12.3
2026-06-21T09:34:07.3733763Z    Compiling toml v0.8.23
2026-06-21T09:34:07.4181952Z    Compiling spake2 v0.4.0
2026-06-21T09:34:07.5574792Z    Compiling strum_macros v0.26.4
2026-06-21T09:34:07.8773874Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-21T09:34:07.8775259Z    Compiling terminal_size v0.4.4
2026-06-21T09:34:08.0828781Z    Compiling crossterm_winapi v0.9.1
2026-06-21T09:34:08.4855949Z    Compiling itertools v0.13.0
2026-06-21T09:34:08.5532201Z    Compiling sha1 v0.10.6
2026-06-21T09:34:08.6065390Z    Compiling castaway v0.2.4
2026-06-21T09:34:08.6509502Z    Compiling darling_macro v0.23.0
2026-06-21T09:34:08.7982551Z    Compiling portmapper v0.16.0
2026-06-21T09:34:08.8858584Z    Compiling doctest-file v1.1.1
2026-06-21T09:34:08.8907001Z    Compiling unicode-width v0.1.14
2026-06-21T09:34:09.0480051Z    Compiling recvmsg v1.0.0
2026-06-21T09:34:09.1872453Z    Compiling darling v0.23.0
2026-06-21T09:34:09.2312193Z    Compiling indoc v2.0.7
2026-06-21T09:34:09.4686449Z    Compiling clap_lex v1.1.0
2026-06-21T09:34:09.4904284Z    Compiling static_assertions v1.1.0
2026-06-21T09:34:09.4981588Z    Compiling interprocess v2.4.2
2026-06-21T09:34:09.6664989Z    Compiling clap_builder v4.6.0
2026-06-21T09:34:09.8348729Z    Compiling compact_str v0.8.2
2026-06-21T09:34:09.9846859Z    Compiling strum v0.26.3
2026-06-21T09:34:10.2197256Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-21T09:34:10.2344937Z    Compiling unicode-truncate v1.1.0
2026-06-21T09:34:10.2870980Z    Compiling crossterm v0.28.1
2026-06-21T09:34:10.4558236Z    Compiling lru v0.12.5
2026-06-21T09:34:10.8167002Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-21T09:34:10.9099485Z    Compiling clap_derive v4.6.1
2026-06-21T09:34:11.0205114Z    Compiling error-code v3.3.2
2026-06-21T09:34:11.0657961Z    Compiling unicode-width v0.2.0
2026-06-21T09:34:11.2116663Z    Compiling cassowary v0.3.0
2026-06-21T09:34:11.2472256Z    Compiling clipboard-win v5.4.1
2026-06-21T09:34:11.3477794Z    Compiling nucleo-matcher v0.3.1
2026-06-21T09:34:11.4036023Z    Compiling qrcode v0.14.1
2026-06-21T09:34:11.6555810Z    Compiling ratatui v0.29.0
2026-06-21T09:34:11.7857704Z    Compiling tempfile v3.27.0
2026-06-21T09:34:13.1678145Z    Compiling clap v4.6.1
2026-06-21T09:34:24.7077475Z    Compiling rustls-webpki v0.103.13
2026-06-21T09:34:27.1352385Z    Compiling tokio-rustls v0.26.4
2026-06-21T09:34:27.1352744Z    Compiling noq-proto v0.17.0
2026-06-21T09:34:27.1353037Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T09:34:27.2870668Z    Compiling hyper-rustls v0.27.9
2026-06-21T09:34:27.2871177Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T09:34:27.2871700Z    Compiling tokio-websockets v0.13.2
2026-06-21T09:34:27.4477339Z    Compiling reqwest v0.13.4
2026-06-21T09:34:28.4770755Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T09:34:47.3291939Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-21T09:34:48.7426476Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-21T09:34:59.7040604Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-21T09:35:08.6253932Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 26s
2026-06-21T09:35:08.6492108Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-21T09:35:08.7005962Z 
2026-06-21T09:35:08.7006351Z running 1 test
2026-06-21T09:35:16.1414902Z test new_brain_serves_against_old_broker ... ok
2026-06-21T09:35:16.1415368Z 
2026-06-21T09:35:16.1416478Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.44s
2026-06-21T09:35:16.1416896Z 
